Closed Bug 1688569 Opened 4 years ago Closed 4 years ago

Cannot disable DOM breakpoints from the Debugger in remote frames

Categories

(DevTools :: Debugger, defect, P3)

defect

Tracking

(Fission Milestone:M7, firefox87 fixed)

RESOLVED FIXED
87 Branch
Fission Milestone M7
Tracking Status
firefox87 --- fixed

People

(Reporter: jdescottes, Assigned: jdescottes)

References

(Blocks 1 open bug)

Details

(Whiteboard: dt-fission-m3-mvp )

Attachments

(1 file)

Spotted while writing the test for Bug 1687296.

STRs:

  • enable Fission
  • open a page with a remote frame (eg http://janodvarko.cz/tests/fission/case10/index.html)
  • inspect an element from the remote frame
  • add any DOM breakpoint on it from the inspector (eg Attribute modifiction)
  • switch to the Debugger
  • click on the DOM breakpoint checkbox to disable it

ER: The checkbox should become unchecked
AR: The checkbox remains checked, the breakpoint is still applied

Note you can still remove the breakpoint from the inspector.

Thank you for reporting this Julian.
I can reproduce that on my machine using STRs from comment #0
It works for me when Fission is disabled.

Honza

Blocks: dbg-dom-bps
Severity: -- → S3
Has STR: --- → yes

Tracking dt-fission-m3-mvp bugs for Fission M7 (blocking Beta experiment).

Fission Milestone: --- → M7

Looks like a simple fix. The toolbox is not capturing all the possible walkers for its reducer at https://searchfox.org/mozilla-central/rev/0b2870194375d80b54608c39060884acb758c206/devtools/client/framework/toolbox.js#705-707 . Only top level targets are handled for now

Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0f185f5d9769 [devtools] Watch DOM mutation breakpoints on all targets r=ochameau
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: